{% extends "base.html" %} {% load i18n %} {% load introspection %} {% load perms %} {% load menus %} {% block meta_title %} {% with model=object_list.model|model_name_plural %} {{ model|capfirst }} {% endwith %} {% endblock %} {% block title %}

{% block model-title %}{% with model=object_list.model|model_name_plural %}{{ model|capfirst }}{% endwith %}{% endblock %}

{% with menu_slug=object_list.model|raw_model_name|add:"_list_actions" %}{% render_menu menu_slug "menus/actions.html" %}{% endwith %} {% endblock %} {% block main %} {% block formheader %}
{% endblock %} {% csrf_token %} {% render_model_list object_list field_list list_template_name list_uid %}
{% include "elements/paginator.html" %}
{% endblock %}